/* ============ÃƒÂ¤Ã‚ÂºÃ‚Â§ÃƒÂ¥Ã¢â‚¬Å“Ã‚ÂÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ÃƒÂ¨Ã‚Â¡Ã‚Â¨============== */

.box{	
	float:left;
	margin-left:16px;
	margin-bottom:20px;
	position:relative;
	overflow:hidden;
	
}


.box1{	
	
border:0px #cccccc solid;	
}




.box1:hover{	
	
border:1px #fff solid;	

}
.note{
	position:absolute;
	left:0;
	top:0%;
	width:405px;
	height:350px;
	text-decoration:none;
	color:#fff;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=true,startColorstr=#0F000000,endColorstr=#0F000000);
	background:url(/kindeditor/attached/image/20240911/20240911162836_52827.png)  ;

	text-align:center;
        
}



.note:link,.note:visited,.not:active{
	font:bold 14px/180px Microsoft Yahei;
	text-decoration:none;
	color:#fff;
        opacity:0;
			
}

.title{
	display:block;
	width:100%;
	height:100%;
	font-size:14px;	
	color:#ffffff;
	text-decoration:none;
}


